home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Birth of Jesus Activity Center
/
Birth of Jesus Activity Center.iso
/
mac
/
data
/
babyj.dir
/
00256_Script_256
< prev
next >
Wrap
Text File
|
1997-11-02
|
383b
|
19 lines
on mouseDown
puppetsound 0
updateStage
set c = the clickon
puppetsprite c, true
set the member of sprite c = member("ttl_forwardHL")
puppetSound "click"
updateStage
repeat while soundbusy(1)
nothing
end repeat
set the member of sprite c = member("ttl_forward")
puppetsprite c, false
puppetsound 0
updateStage
go "mainLoop"
end